home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / pleas / win / spy205 / readme < prev    next >
Encoding:
Text File  |  1994-10-06  |  10.6 KB  |  237 lines

  1. InfSpy v2.05 (08/28/94)
  2.  
  3. InfSpy is a general purpose Windows environment viewer allowing you view
  4. Heap, Tasks, Windows, Classes, Modules, File Handles, DOS and Memory
  5. Information.  You can trace messages, stack and set up automatic timers
  6. to provide real-time tracing on virtually every aspect of Windows.
  7.  
  8. Ver 1.xx was highly praised by shareware magazines and software reviews
  9. and was published in several books including "Byte Magazine's Programmer
  10. Cookbook for Windows" and WUGNET's "Windows Configuration Secrets" as
  11. a powerful,easy tool to inspect your Windows environment.
  12.  
  13. InfSpy now includes STRESS functions that let you use InfSpy to really
  14. put the pressure on Windows and other applications.  You can grab Global
  15. Heap, GDI Heap, User Heap, File Handles, Disk Space and Timers.  There is
  16. also a function that continually does disk I/O to help simulate a busy
  17. disk.
  18.  
  19. Real time tracing of stack, windows messages and serial comm ports has
  20. been added as well as IntelliLib (tm) technology that lets you customize
  21. InfSpy by specifying with DLLs to load to add\remove functionality.
  22.  
  23. Note: If you experience problems using the serial communications tracing
  24.       facility then read the section in the OnLine Help regarding Tracing
  25.       your serial communications.
  26.  
  27. Installation
  28. ============
  29.  
  30. To Install:   From Program Manager Run A:SETUP
  31.               You will be asked to Confirm your SOURCE directory.
  32.               You will be asked to Confirm or change the InfSpy Destination
  33.  
  34.       InfSpy will require 300k on your hard drive
  35.       and there are no memory or configuration requirements.
  36.  
  37.  
  38. Registration
  39. ============
  40.  
  41.             Send $9.99 to
  42.  
  43.                   Dean Software Design
  44.                   P.O. Box 2331
  45.                   Everett, WA 98203-0331
  46.  
  47. Canadian/Mexican orders please add $0.50 for postage.
  48. Orders from all other countries please add $1.50 for postage.
  49.  
  50. Please use the Registration form found under the "Registration Information"
  51. menu option of InfView.
  52.  
  53. See the "Disclaimer / Registration Agreement" for multiple copy and site license
  54. registration.
  55.  
  56. You can also register on CompuServe's SWREG forum: registration id 1846
  57.  
  58. Version History
  59. ===============
  60.  
  61. Var 2.05
  62.  - Optional Button bar added as well as dialog to set button bar options.
  63.  - Optional MDI help line added.
  64.  - Added function to grab printer & Com ports in stress functions.
  65.  - Disk Monitor setup now has scroll bars on disk selection list boxes.
  66.  
  67. Ver 2.04
  68.  - Added SOUND to InfSpy error message boxes.
  69.  - Removed HELP button from Memory Information screen.
  70.  - Added Access mode to Open File list.
  71.  - Added PSP seg to Task List.
  72.  - Resource Monitor (Text&Graph) now let you monitor disk available
  73.    on up to 4 disks.
  74.  - Corrected bug that would not turn off Timed Refresh option.
  75.  - Added Print & Save options to the Memory Hex Dump windows (use the System
  76.    Menu of the Hex Dump Window).
  77.  - Added Clipboard functions to copy contents of Active Windows and Memory
  78.    Hex Dump windows to the Clipboard.
  79.  - New DLL to contain Windows related lookups -> INFWNDLL.
  80.  - New Global Atom list to show all global strings allocated to Atoms.
  81.  - Corrected Network DLL to correctly show Non-NETWARE networks and to use
  82.    an alternate Device Redirection scheme for non-Netware networks.
  83.  - Menus are updated: Print\Clipboard are under FILE. Memory Info is
  84.    under HEAP.
  85.  - Added CANCEL button to IntelliLib library selection screen.
  86.  - New DLL and menu options for STRESS testing Windows. Includes functions
  87.    to Grab Global Heap, GDI, USER, File Handles,Disk Space, Timers and also
  88.    a Disk I/O stress functions that continually does disk I/O.
  89.  
  90. Ver 2.03:
  91.  - Task list modified to contain the path of the task program.
  92.  - Added Command line parameter (\cf:) to allow you to specify a different
  93.    INI configuration file. Example: {\b INFSPY \cf:c:\windows\myini.ini}.
  94.  - Added File Activity Trace. Traces Windows\Dos File Creates\Renames & Deletes
  95.  - Fixed bug (0001:1957) that caused GPF when you pressed CANCEL on the Comm
  96.    trace startup dialog.
  97.  - Added VM\VxD Ring 0 inquiry support. Lets you list the Virtual machines
  98.    and VxDs on your system.
  99.  - Added VM message trace, traces all Virtual Machine messages from Ring 0.
  100.  - Fixed bug (0001:020A) which caused GPF during Application summary.
  101.  - Fixed bug in COMM Trace that was giving gpf : 'NOT PRESENT FAULT'.
  102.    The trace routine will now report that it was 'UNABLE TO INSTALL THE COMM
  103.    HOOK' without a GPF!.
  104.  - Added option to allow trace boxes to filled at top or bottom of list.
  105.  - Added option to end trace when box is full or to erase oldest entry.
  106.  - Added Resource & Memory monitor in Text or Bar Graph mode.
  107.  
  108. Ver 2.02:
  109.  - Corrected RunTime Err 201 at 0015:038E that occurs under WFWG. Thanks Ed!
  110.  - While Comm Tracing - selecting the "StopCommTrace" menu option now simply
  111.    disables the trace without deleting the trace window. You can restart the
  112.    trace in the same trace window by selecting the "Trace Serial Comm" menu
  113.    option again.
  114.  - The "INFNW" Dll was renamed to "INFNWDLL" and the "INFHOOK" Dll was
  115.    renamed to "INFHKDLL".  This was due to complaints of existing Dlls from
  116.    other products by the same name.
  117.  - All the functionality related to DOS inquiries, ie: Device drivers, Memory
  118.    Control Blocks, Open Files, Environment, etc.. were removed from the
  119.    mainline code and placed in an IntelliLib DLL - "INFDSDLL".  This was done
  120.    to satisfy several complaints of people running OS2 and Windows NT that
  121.    those functions did not work or gave screwy results... so now they can
  122.    just shut them off using IntelliLib!
  123.  
  124. Ver 2.01:
  125.  1. Added Network Information DLL.
  126.  2. Added Serial Communications Trace DLL.
  127.  3. Added IntelliLib technology to manage DLLs.
  128.  4. Fixed bug that caused GPFs in WFW.
  129.  
  130. Ver 2.00:
  131.  1. Changed to MDI application will seperate window controls.
  132.  2. Added sort options to Global Heap display
  133.  3. Added Open Files, Device Redirection, Dos Memory, Dos Device Drivers,
  134.     Environment, Window Class, MultiMedia, Application Summary and System
  135.     Information windows.
  136.  4. Added Automatic Refresh feature.
  137.  5. Added Windows Shutdown, Restart and Reboot Actions.
  138.  6. Rewrote Print and SaveAs capabilities.
  139.  
  140. Ver 1.20:
  141.   1. Include DPMI trace info.
  142.  
  143. Ver 1.15:
  144.   1. Corrected list box positioning error.
  145.  
  146. Ver 1.10:
  147.   1. Added Print capabilities with line selection.
  148.  
  149. Ver 1.00
  150.   1. First Release...
  151.  
  152. Disclaimer - Registration Agreement
  153. ===================================
  154.  
  155. Users of InfSpy must accept this disclaimer of warranty:
  156.  
  157. "InfSpy is supplied as is. The author disclaims all warranties,
  158. expressed or implied, including, without limitation, the warranties of
  159. merchantability and of fitness for any purpose. The author assumes no
  160. liability for damages, direct or consequential, which may result from
  161. the use of InfSpy."
  162.  
  163. InfSpy is a "shareware program" and is provided at no charge to
  164. the user for evaluation. Feel free to share it with your friends, but
  165. please do not give it away altered or as part of another system. The
  166. essence of "user-supported" software is to provide personal computer
  167. users with quality software without high prices, and yet to provide
  168. incentive for programmers to continue to develop new products. If you
  169. find this program useful and find that you are using InfSpy and
  170. continue to use InfSpy after a reasonable trial period, you must
  171. make register it!  The registration fee will license one copy for use
  172. on any one computer at any one time.
  173.  
  174. Commercial users of InfSpy must register and pay for their copies
  175. of InfSpy within 30 days of first use or their license is
  176. withdrawn. Site-License arrangements may be made by contacting Dean
  177. Software Design.  In general, multiple copies of InfSpy can be
  178. registered at the following rates:
  179.  
  180.    1 - 10 copies:   $  9.99 per copy
  181.   11 - 20 copies:   $ 90.00 + $9.00 per copy over 10
  182.   21 - 50 copies:   $170.00 + $8.50 per copy over 20
  183.   51 - 100 copies:  $400.00 + $8.00 per copy over 50
  184.  101+  or site licenses, call,Email or Write us!)
  185.  
  186. Anyone distributing InfSpy for any kind of remuneration must
  187. first contact Dean Software Design at the indicated address for
  188. authorization. This authorization will be automatically granted to
  189. distributors recognized by the (ASP) as adhering to its guidelines for
  190. shareware distributors, and such distributors may begin offering InfSpy
  191. immediately (However Dean Software Design must still be advised so that
  192. the distributor can be kept up-to-date with the latest version of InfSpy).
  193.  
  194. You are encouraged to pass a copy of InfSpy along to your friends
  195. for evaluation. Please encourage them to register their copy if they
  196. find that they can use it.
  197.  
  198. All registers user receive free technical support for 90 days from
  199. the date of registration. Also all registered users receive a free
  200. upgrade to the next version of this program when that version becomes
  201. available. To report bugs, receive help and bug fixes please send a
  202. CompuServe message via CompuServe Mail to:
  203.  
  204.                        Dean Software Design
  205.                        [75240,65]
  206.  
  207. or, if you do not have access to CompuServe, write to us!
  208.  
  209. Definition Of Shareware
  210. =======================
  211.  
  212. Shareware distribution gives users a chance to try software before
  213. buying it. If you try a Shareware program and continue using it, you
  214. are expected to register. Individual programs differ on details --
  215. some request registration while others require it, some specify a
  216. maximum trial period. With registration, you get anything from the
  217. simple right to continue using the software to an updated program with
  218. printed manual.
  219.  
  220. Copyright laws apply to both Shareware and commercial software, and
  221. the copyright holder retains all rights, with a few specific
  222. exceptions as stated below. Shareware authors are accomplished
  223. programmers, just like commercial authors, and the programs are of
  224. comparable quality. (In both cases, there are good programs and bad
  225. ones!) The main difference is in the method of distribution. The
  226. author specifically grants the right to copy and distribute the
  227. software, either to all and sundry or to a specific group. For
  228. example, some authors require written permission before a commercial
  229. disk vendor may copy their Shareware.
  230.  
  231. Shareware is a distribution method, not a type of software. You should
  232. find software that suits your needs and pocketbook, whether it's
  233. commercial or Shareware. The Shareware system makes fitting your needs
  234. easier, because you can try before you buy. And because the overhead
  235. is low, prices are low also. Shareware has the ultimate money-back
  236. guarantee - if you don't use the product, you don't pay for it.
  237.